Conditions | 1 |
Paths | 1 |
Total Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | import BaseVue from 'vue' |
||
5 | BaseVue.config.errorHandler = function (err, vm) { |
||
6 | const t = Object.getPrototypeOf(vm).constructor.test |
||
7 | console.log('Test: ', t._test.title) |
||
1 ignored issue
–
show
|
|||
8 | console.error(err) |
||
9 | } |
||
10 | |||
39 |